projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e95ca5c
)
(debug-early-backtrace): Tweak the non-evald output
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 6 Feb 2022 18:06:22 +0000
(13:06 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 6 Feb 2022 18:06:22 +0000
(13:06 -0500)
* lisp/emacs-lisp/debug-early.el (debug-early-backtrace): Make the
non-evald output more like what is used in `debug.el`.
lisp/emacs-lisp/debug-early.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/debug-early.el
b/lisp/emacs-lisp/debug-early.el
index a81b29d105c2d85d9d2e8485e5084cbc3d058edb..e233e09e29e3b889a38d32aec4a5f1075137fd1c 100644
(file)
--- a/
lisp/emacs-lisp/debug-early.el
+++ b/
lisp/emacs-lisp/debug-early.el
@@
-31,6
+31,8
@@
;; 29, before which there was no backtrace available during early
;; bootstrap.
+;;; Code:
+
(defalias 'debug-early-backtrace
#'(lambda ()
"Print a trace of Lisp function calls currently active.